home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / etc / limits < prev    next >
Text File  |  2005-10-13  |  725b  |  29 lines

  1. # /etc/limits contains user resource limits.
  2. # See limits(5).
  3. #
  4. # Format:
  5. # <username> <limits-string>
  6. #
  7. # default entry is '*' for username
  8. #
  9. # Valid flags are:
  10. # A: max address space (KB)
  11. # C: max core file size (KB)
  12. # D: max data size (KB)
  13. # F: maximum filesize (KB)
  14. # M: max locked-in-memory address space (KB) [only for root on Linux 2.0.x]
  15. # N: max number of open files
  16. # R: max resident set size (KB) [no effect on Linux 2.0.x]
  17. # S: max stack size (KB)
  18. # T: max CPU time (MIN)
  19. # U: max number of processes
  20. # L: max number of logins for this user
  21. #
  22. # Examples:
  23. # the default entry
  24. #* L2 D6144 R2048 S2048 U32 N32 F16384 T5 C0
  25. # another way of suspending a user login
  26. #guest   L0
  27. # this account has no limits
  28. #sysadm  -
  29.